body{
    font-family: 'Lato', sans-serif;
    margin: 0px;
    color: #090416;
}
.smain-heading{
    font-family: 'Cantata One', serif;
    font-size: 30px;
    flex-shrink: 0;
}
.sothercontent{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}
/* for date */
input.add-wci-input-field,input.admin-date {
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
/* for date */
.sm-modal{
    overflow: auto !important;
}
@media (min-width: 992px){
.smain-heading{
    font-size: 34px;
    margin-bottom: 0px;
}
.sothercontent{
    font-size: 17px;
}
}